Advanced C# – LINQ Tutorial
Learn about LINQ in this advanced C# course. LINQ provides a set of operators that enable developers ...View More
.NET Data Community Standup - EF Core internals: IQueryable, LINQ and the EF Core query pipeline
In this standup, we'll dive deep under the hood to see how EF Core processes LINQ queries, translate ...View More
.NET 7 Update: Simplified LINQ Ordering In 10 Minutes or Less
In .NET 7, LINQ now has simplified ordering of values. Let's see it in action in this 10-Minute Trai ...View More
Entity Framework - Part 10 - Updating Data
In our final episode of the series we select a task and update some (or all) attributes back to the ...View More
Entity Framework - Part 9 - Deleting Data
In this episode we select a task that we want to delete and remove it from the database. Music court ...View More
Entity Framework - Part 8 - Reading Data (pt2)
In this episode we read and bind data to our data grid view using a linq query. For the fill written ...View More
Entity Framework - Part 6 - Reading Data (pt1)
In this episode we take you through how to read some simple data into our form and populate our drop ...View More
Entity Framework - Part 0 - Introduction
Step by Step Tutorial into the Entity Framework. This is "Part 0" an introductory overview of the En ...View More